+Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c: Doc update.
+
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
+Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c: Doc update.
+
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
+Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c: Doc update.
+
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
+Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c: Doc update.
+
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
+Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentrycompletion.c: Doc update.
+
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
* @completion: A #GtkEntryCompletion.
* @column: The column in the model of @completion to get strings from.
*
- * Convience function for setting up the most used case of this code: a
+ * Convenience function for setting up the most used case of this code: a
* completion list with just strings. This function will set up @completion
* to have a list displaying all (and just) strings in the completion list,
* and to get those strings from @column in the model of @completion.
*
+ * This functions creates and adds a GtkCellRendererText for the selected column.
+
* Since: 2.4
*/
void